home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / kerberosclient < prev    next >
Text File  |  2008-10-08  |  1KB  |  35 lines

  1. # $Id: kerberosclient 946 2007-08-24 00:22:06Z seth_arnold $
  2. # ------------------------------------------------------------------
  3. #
  4. #    Copyright (C) 2002-2005 Novell/SUSE
  5. #
  6. #    This program is free software; you can redistribute it and/or
  7. #    modify it under the terms of version 2 of the GNU General Public
  8. #    License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11.  
  12.   # files required by kerberos client programs
  13.   /usr/lib/krb5/plugins/libkrb5/ r,
  14.   /usr/lib/krb5/plugins/libkrb5/* mr,
  15.  
  16.   /usr/lib64/krb5/plugins/libkrb5/ r,
  17.   /usr/lib64/krb5/plugins/libkrb5/* mr,
  18.  
  19.   /usr/lib/krb5/plugins/preauth/ r,
  20.   /usr/lib/krb5/plugins/preauth/* mr,
  21.  
  22.   /usr/lib64/krb5/plugins/preauth/ r,
  23.   /usr/lib64/krb5/plugins/preauth/* mr,
  24.  
  25.   /etc/krb5.keytab            r,
  26.   /etc/krb5.conf              r,
  27.  
  28.   # config files found via strings on libs
  29.   /etc/krb.conf               r,
  30.   /etc/krb.realms             r,
  31.   /etc/srvtab                 r,
  32.  
  33.   # credential caches
  34.   /tmp/krb5cc* r,
  35.